object MPEGConfig_DeinterlaceForm: TMPEGConfig_DeinterlaceForm Left = 208 Top = 139 BorderStyle = bsDialog Caption = '�C���^�[���[�X����' ClientHeight = 426 ClientWidth = 535 Color = clBtnFace Constraints.MinHeight = 453 Constraints.MinWidth = 543 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = False PopupMenu = PopupMenu1 Position = poScreenCenter Scaled = False ShowHint = True OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 88 Top = 360 Width = 67 Height = 12 Anchors = [akBottom] Caption = '�������@(&M):' FocusControl = DeinterlaceFilter end object Panel2: TPanel Left = 5 Top = 5 Width = 527 Height = 340 Anchors = [akLeft, akTop, akRight, akBottom] BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 0 object ResultVideoBox: TDXPaintBox Left = 0 Top = 0 Width = 523 Height = 320 AutoStretch = True Center = True KeepAspect = True Stretch = True ViewWidth = 0 ViewHeight = 0 Align = alClient OnClick = ResultVideoBoxClick OnDblClick = VideoDblClick end object DoubleClickLabel: TLabel Left = 106 Top = 150 Width = 322 Height = 12 Anchors = [] Caption = '�������_�u���N���b�N����ƕ\������f���\�[�X���w��ł��܂��B' OnDblClick = VideoDblClick end object VideoScrollBar: TScrollBar Left = 0 Top = 320 Width = 523 Height = 16 Align = alBottom Enabled = False PageSize = 1 TabOrder = 0 OnChange = VideoScrollBarChange OnScroll = VideoScrollBarScroll end end object DefaultButton: TButton Left = 200 Top = 396 Width = 102 Height = 25 Anchors = [akBottom] Caption = '�f�t�H���g�ɖ߂�' TabOrder = 2 OnClick = DefaultButtonClick OnKeyDown = EditKeyDown end object OKButton: TButton Left = 376 Top = 396 Width = 73 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 4 OnClick = OKButtonClick OnKeyDown = EditKeyDown end object CancelButton: TButton Left = 456 Top = 396 Width = 73 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 5 OnKeyDown = EditKeyDown end object EnableFilter: TCheckBox Left = 416 Top = 360 Width = 81 Height = 17 Anchors = [akBottom] Caption = '�t�B���^�L��' Checked = True State = cbChecked TabOrder = 3 OnClick = EnableFilterClick end object DeinterlaceFilter: TComboBox Left = 168 Top = 357 Width = 241 Height = 20 Style = csDropDownList Anchors = [akBottom] DropDownCount = 20 ItemHeight = 12 TabOrder = 1 OnChange = DeinterlaceFilterChange OnKeyDown = EditKeyDown end object PopupMenu1: TPopupMenu Left = 350 Top = 166 object N1: TMenuItem Tag = 1 Caption = '���{�\��' OnClick = N1Click end object N2: TMenuItem Tag = 2 Caption = '�Q�{�\��' OnClick = N1Click end object N3: TMenuItem Tag = 3 Caption = '�R�{�\��' OnClick = N1Click end object N4: TMenuItem Tag = 4 Caption = '�S�{�\��' OnClick = N1Click end object N5: TMenuItem Caption = '-' end object C1: TMenuItem Caption = '�N���b�v�{�[�h�ɃR�s�[(&C)' ShortCut = 16451 OnClick = C1Click end end end